Etienne Dechamps is an independent developer whose open-source portfolio centers on low-latency Windows audio infrastructure. His flagship release, FlexASIO, acts as a universal ASIO driver that transparently re-routes professional audio applications—digital audio workstations, measurement suites, broadcast encoders, virtual instruments, and DJ or karaoke front-ends—through the more widely supported Windows audio subsystems WASAPI, WDM-KS, DirectSound, and MME. By inserting this lightweight shim between host programs that insist on ASIO and the sound hardware that only exposes conventional Windows APIs, the software eliminates the need for vendor-specific drivers, unlocks multi-client sharing of the same interface, and enables bit-perfect or low-latency streaming on otherwise incompatible laptops, tablets, and embedded boards. Configuration is handled through a clear text file that lets engineers choose buffer sizes, sample rates, channel mappings, clock sources, and even combine separate input and output devices; the same file can switch the back-end on the fly for rapid A/B testing of latency versus stability. Typical use cases include home-studio musicians who need reliable overdub monitoring on consumer-grade USB headsets, broadcasters who must stream from a gaming laptop without manufacturer drivers, researchers who run acoustic measurement tools in conference rooms, and educators who want consistent ASIO behavior across a classroom of mixed hardware. FlexASIO is offered for free on get.nero.com, where downloads are delivered through trusted Windows package sources such as winget, always install the latest build, and can be queued for batch deployment alongside other applications.

FlexASIO

the flexible universal ASIO driver

Details